From: Gert Wollny Date: Tue, 1 Dec 2015 03:05:36 +0000 (+0100) Subject: set dicomdict path for tests X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~312 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de//%22style.css/%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css/%22?a=commitdiff_plain;h=3739d3c7bf70081d98f8620d5fd4e496f27ee7a9;p=dcmtk.git set dicomdict path for tests --- diff --git a/debian/rules b/debian/rules index 1338132f..e4ac6710 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,9 @@ # reduce overlinking: export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed +# needed for the tests +export DCMDICTPATH=dcmdata/data/dicom.dic + # deduce documentation option (build-indep target) ifeq "" "$(filter %-doc,$(shell dh_listpackages))" BUILDDOC = OFF